Vcenter Vcha Operations Info
The Vcenter Vcha Operations Info schema contains information about which the VCHA operations cannot be invoked in the current state of the system and the list of currently active VCHA operations.
This schema was added in vSphere API 6.7.1.
{
"disabled": [
"string"
],
"active": [
"string"
]
}
Identifiers of the operations that are current disabled. These operation strings are one of Vcenter Vcha Operations.CLUSTER_DEPLOY_OP, Vcenter Vcha Operations.CLUSTER_FAILOVER_OP, Vcenter Vcha Operations.PASSIVE_REDEPLOY_OP, Vcenter Vcha Operations.WITNESS_REDEPLOY_OP, Vcenter Vcha Operations.MODE_SET_OP, Vcenter Vcha Operations.CLUSTER_UNDEPLOY_OP and Vcenter Vcha Operations.CLUSTER_GET_OP.
This property was added in vSphere API 6.7.1.
When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: com.vmware.vapi.operation
. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: com.vmware.vapi.operation
.
Identifiers of the operations that are currently running. These operation strings are one of Vcenter Vcha Operations.CLUSTER_DEPLOY_OP, Vcenter Vcha Operations.CLUSTER_FAILOVER_OP, Vcenter Vcha Operations.PASSIVE_REDEPLOY_OP, Vcenter Vcha Operations.WITNESS_REDEPLOY_OP, Vcenter Vcha Operations.MODE_SET_OP, and Vcenter Vcha Operations.CLUSTER_UNDEPLOY_OP.
This property was added in vSphere API 6.7.1.
When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: com.vmware.vapi.operation
. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: com.vmware.vapi.operation
.